home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -in_the_mag- / program_perfection / gui / af_button.h < prev    next >
C/C++ Source or Header  |  1999-12-08  |  238b  |  23 lines

  1. /*
  2.  * af_button.h
  3.  *
  4.  * $Id :$
  5.  * $Log:$
  6.  *
  7.  */
  8.  
  9. #ifndef AFBUTTON_H
  10. #define AFBUTTON_H
  11.  
  12. #ifndef DEFS_H
  13. #include "defs.h"
  14. #endif
  15.  
  16. #ifndef INTUITION_CLASSES_H
  17. #include <intuition/classes.h>
  18. #endif
  19.  
  20. Class *AFBUTTON_GetClass( VOID );
  21.  
  22. #endif
  23.